<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>4</cardCount>
<cardID>5022</cardID>
<listID>2980</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>512</width>
<height>342</height>
</cardSize>
<script>on openStackset lockScreen to trueset lockMessages to trueset cursor to 4domenu New Cardglobal nbrglobal varput 0 into itmput 0 into hundrhput 0 into ninhput 0 into eighput 0 into sevhput 0 into sixhput 0 into fifhput 0 into forhput 0 into thirdhput 0 into twenhput 0 into tenhput 0 into zerohrepeat with counter = 1 to varadd 1 to itmput word itm of nbr into testif value of test > 99 and value of test < 120 then add 1 to hundrhif value of test > 89 and value of test < 100 then add 1 to ninhif value of test > 79 and value of test < 90 then add 1 to eighif value of test > 69 and value of test < 80 then add 1 to sevhif value of test > 59 and value of test < 70 then add 1 to sixhif value of test > 49 and value of test < 60 then add 1 to fifhif value of test > 39 and value of test < 50 then add 1 to forhif value of test > 29 and value of test < 40 then add 1 to thirdhif value of test > 19 and value of test < 30 then add 1 to twenhif value of test > 9 and value of test < 20 then add 1 to tenhif value of test >= 0 and value of test < 10 then add 1 to zerohend repeatset lockScreen to falseset lockMessages to falsechoose line toolset linesize to 4if value of hundrh > 0 then ¬drag from 90,40 to (90 + (value of hundrh * 10)),40if value of ninh > 0 then ¬drag from 90,65 to (90 + (value of ninh * 10)),65if value of eigh > 0 then ¬drag from 90,90 to (90 + (value of eigh * 10)),90if value of sevh > 0 then ¬drag from 90,115 to (90 + (value of sevh * 10)),115if value of sixh > 0 then ¬drag from 90,140 to (90 + (value of sixh * 10)),140if value of fifh > 0 then ¬drag from 90,165 to (90 + (value of fifh * 10)),165if value of forh > 0 then ¬drag from 90,190 to (90 + (value of forh * 10)),190if value of thirdh > 0 then ¬drag from 90,215 to (90 + (value of thirdh * 10)),215if value of twenh > 0 then ¬drag from 90,240 to (90 + (value of twenh * 10)),240if value of tenh > 0 then ¬drag from 90,265 to (90 + (value of tenh * 10)),265if value of zeroh > 0 then ¬drag from 90,290 to (90 + (value of zeroh * 10)),290choose browse toolend openStack</script>